Cheatsheets
not
If you have installed from our guide, you do not need to make any changes in the codes below unless stated otherwise.
Service Operations
Checking Logs
journalctl -fu crossfid -o cat
Starting Node
systemctl start crossfid
Stopping the Node
systemctl stop crossfid
Restarting the Node
systemctl restart crossfid
Node Sync Status
crossfid status 2>&1 | jq .SyncInfo
Node Information
crossfid status 2>&1 | jq .NodeInfo
Learning Node ID
crossfid tendermint show-node-id
Learning Node IP Address
curl icanhazip.com
Your node peer
echo $(crossfid tendermint show-node-id)'@'$(wget -qO- eth0.me)':'$(cat $HOME/.mineplex-chain/config/config.toml | sed -n '/Address to listen for incoming connection/{n;p;}' | sed 's/.*://; s/".*//')